home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / msdos / 2hc / make.2hc < prev   
Encoding:
Text File  |  1991-10-19  |  127 b   |  7 lines

  1. 2hc.obj: 2hc.asm bpb_2hc.asm
  2.     masm 2hc,,2hc;
  3. 2hc.exe: 2hc.obj
  4.     link 2hc,,2hc;
  5. 2hc.sys: 2hc.exe
  6.     exe2bin 2hc.exe 2hc.sys
  7.